/*
 * @Descripttion : 全局样式
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:28:34
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-11 11:47:25
 */
/*
 * @Descripttion : 字体图标 ：开发时因引用线上的，部署时要把图标文件下载下来
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 08:46:13
 * @LastEditors  : hezihua
 * @LastEditTime : 2020-04-22 15:36:06
 */
@font-face {
  font-family: 'iconfont';
  /* project id 1723781 */
  src: url('//at.alicdn.com/t/font_1723781_3pvy69d32te.eot');
  src: url('//at.alicdn.com/t/font_1723781_3pvy69d32te.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1723781_3pvy69d32te.woff2') format('woff2'), url('//at.alicdn.com/t/font_1723781_3pvy69d32te.woff') format('woff'), url('//at.alicdn.com/t/font_1723781_3pvy69d32te.ttf') format('truetype'), url('//at.alicdn.com/t/font_1723781_3pvy69d32te.svg#iconfont') format('svg');
}
.ilng {
  position: relative;
  display: inline-block;
  font: normal normal normal 16px/1 iconfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.ilng-select:before {
  content: '\E692';
}
.ilng-export:before {
  content: '\E688';
}
.ilng-play:before {
  content: '\E68A';
}
.ilng-pause:before {
  content: '\E68B';
}
.ilng-scrap:before {
  content: '\E690';
}
.ilng-screen-full:before {
  content: '\E607';
}
.ilng-about:before {
  content: '\E618';
}
.ilng-down:before {
  content: '\E61B';
}
.ilng-setting:before {
  content: '\E61D';
}
.ilng-authority:before {
  content: '\E62C';
}
.ilng-required:before {
  content: '\E36';
}
.ilng-function:before {
  content: '\E657';
}
.ilng-import:before {
  content: '\E658';
}
.ilng-edit:before {
  content: '\E659';
}
.ilng-filter:before {
  content: '\E65A';
}
.ilng-save:before {
  content: '\E65B';
}
.ilng-delete:before {
  content: '\E65C';
}
.ilng-user-authority:before {
  content: '\E65D';
}
.ilng-reset-password:before {
  content: '\E65F';
}
.ilng-cancle:before {
  content: '\E660';
}
.ilng-plus:before {
  content: '\E65E';
}
.ilng-geography:before {
  content: '\E661';
}
.ilng-supply:before {
  content: '\E662';
}
.ilng-admin:before {
  content: '\E663';
}
.ilng-equipment:before {
  content: '\E664';
}
.ilng-transportation:before {
  content: '\E665';
}
.ilng-upload:before {
  content: '\E666';
}
.ilng-switch:before {
  content: '\E667';
}
.ilng-revoke:before {
  content: '\E668';
}
.ilng-print:before {
  content: '\E669';
}
.ilng-clear:before {
  content: '\E66A';
}
.ilng-scan:before {
  content: '\E66B';
}
.ilng-notice:before {
  content: '\E66C';
}
.ilng-reload:before {
  content: '\E66D';
}
.ilng-seach:before {
  content: '\E66E';
}
.ilng-check:before {
  content: '\E66F';
}
.ilng-checked:before {
  content: '\E670';
}
.ilng-signout:before {
  content: '\E671';
}
.ilng-menu-fold:before {
  content: '\E672';
}
.ilng-menu-unfold:before {
  content: '\E673';
}
.ilng-purchase:before {
  content: '\E674';
}
.ilng-spareparts:before {
  content: '\E675';
}
.ilng-role:before {
  content: '\E677';
}
.ilng-simulation:before {
  content: '\E678';
}
.ilng-forecast:before {
  content: '\E679';
}
.ilng-gassource:before {
  content: '\E67B';
}
.ilng-model:before {
  content: '\E67E';
}
.ilng-security:before {
  content: '\E67F';
}
.ilng-system-setting:before {
  content: '\E681';
}
.ilng-kpi:before {
  content: '\E682';
}
.ilng-user:before {
  content: '\E684';
}
.ilng-patrol:before {
  content: '\E687';
}
.antui-icon.spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
/*
 * @Descripttion : Animate.css Helpers  动画样式
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 09:10:25
 */
.sparkline-delay {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 35px;
  line-height: 24px;
}
.animated.animated-delay {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.animated.animated-short {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.animated.animated-shorter {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animated.animated-long {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.animated.animated-longer {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.btn-bg {
  background-color: #00a2ff;
}
.btn-bg:hover {
  background-color: #1169ab;
  -webkit-animation: bg1 1s ease infinite alternate;
  -ms-animation: bg1 1s ease infinite alternate;
  -moz-animation: bg1 1s ease infinite alternate;
  animation: bg1 1s ease infinite alternate;
}
@-webkit-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-ms-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
.index-btn-bg {
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.index-btn-bg:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
/*
 * @Descripttion : ellipsis超出省略... 
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-03-27 08:52:07
 */
.ellipsis-2 {
  overflow: hidden;
  max-height: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: -o-ellipsis-lastline;
}
.button-more {
  width: 190px;
  height: 50px;
  margin-top: 63px;
  background: #00a2ff;
  border-radius: 10px;
  color: #fff;
}
.link {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.link .link-item {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  cursor: pointer;
}
.link .link-item.back {
  text-align: center;
}
.link .link-item.next {
  text-align: right;
}
.link .link-item:hover {
  color: #042352;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.clear::after {
  content: ' ';
  clear: both;
  overflow: hidden;
  display: block;
}
.about-page .tabs-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
}
.about-page .tabs-wrap .tab-item {
  margin-right: 26px;
  width: 150px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.about-page .tabs-wrap .tab-item:hover {
  background: #00a0e9;
  color: #fff;
}
.about-page .tabs-wrap .tab-item.active {
  background: #00a0e9;
  color: #fff;
}
.about-page .tabs-wrap .tab-item:last-of-type {
  margin: 0;
}
.about-page .tab-contanier-1 .block-top {
  width: 1400px;
  margin: 0 auto;
}
.about-page .tab-contanier-1 .block-top h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding: 69px 0 63px;
  font-weight: 400;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .desc {
  font-size: 14px;
  line-height: 36px;
}
.about-page .tab-contanier-1 .block-top .consruction-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item {
  color: #fff;
  width: 33.33%;
  padding: 25px 14px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item:nth-child(3n + 3) {
  border-right: 0;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  width: 100%;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item .introduce {
  margin-top: 6px;
  width: 100%;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item .introduce p {
  font-size: 12px;
  line-height: 26px;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .block-introduce {
  margin: 25px 0;
  padding: 0 110px;
}
.about-page .tab-contanier-1 .block-top .block-introduce p {
  line-height: 36px;
  text-align: left;
  font-size: 14px;
  color: #000;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .step-wrap {
  padding: 0 84px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 52px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item {
  width: 25%;
  margin-right: 33px;
  background: #ffffff;
  border: 1px solid rgba(233, 233, 233, 0.32);
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.07);
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap {
  padding: 20px 23px 24px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 19px;
  font-size: 16px;
  z-index: 10;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .introduce {
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 53px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .icon-step {
  display: inline-block;
  margin-right: 20px;
  width: 27px;
  height: 27px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  height: 258px;
  background: #00a0e9;
  border-radius: 10px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item .child-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 86px;
  padding: 0 24px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2-footer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 39px;
  color: #999999;
}
.about-page .tab-contanier-1 .consruction {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0px 40px 0px;
}
.about-page .tab-contanier-1 .consruction-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 360px;
}
.about-page .tab-contanier-1 .consruction-item .title {
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  font-family: Arial;
}
.about-page .tab-contanier-1 .consruction-item .introduce {
  margin-top: 27px;
  font-size: 14px;
  line-height: 26px;
}
.about-page .tab-contanier-1 .achievement {
  margin-left: 250px;
}
.about-page .tab-contanier-1 .banner-display {
  position: relative;
  width: 100%;
}
.about-page .tab-contanier-1 .banner-display .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .tab-contanier-1 .banner-display .img-flow {
  width: 100%;
  margin: 47px;
}
.about-page .product-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  margin: 85px 0;
}
.about-page .product-wrap .item {
  width: 384px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
  position: relative;
}
.about-page .product-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
.about-page .product-wrap .item .banner {
  width: 600px;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .product-wrap .item .bottom-wrap {
  padding: 12px 12px 30px;
}
.about-page .product-wrap .item .bottom-wrap .name {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00a0e9;
  line-height: 25px;
}
.about-page .product-wrap .item .bottom-wrap .button {
  width: 100px;
  height: 36px;
  margin-top: 50px;
  background: #00a2ff;
  border-radius: 4px;
  color: #fff;
}
.about-page .job-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 60px;
}
.about-page .job-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  width: 590px;
  padding: 25px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  flex-direction: column;
}
.about-page .job-wrap .item:nth-child(odd) {
  margin-right: 20px;
}
.about-page .job-wrap .item p {
  color: #333333;
}
.about-page .job-wrap .item .job-title {
  margin-bottom: 26px;
}
.about-page .job-wrap .item .job-title .title p {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 0;
}
.about-page .job-wrap .item .job-title .title span {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 15px;
}
.about-page .job-wrap .item .button {
  width: 130px;
  height: 39px;
  background: #b5c2d0;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 16px;
}
.about-page .job-wrap .item .button:hover {
  background: #00a2ff;
}
.about-page .job-wrap .item .job-require {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.about-page .job-wrap .item .job-require p {
  margin: 0;
}
.about-page .welfare {
  margin-bottom: 50px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
  padding: 33px 26px;
}
.about-page .welfare p {
  color: #333333;
}
.about-page .welfare p.welfare-title {
  font-size: 20px;
  color: #000000;
}
.about-page .footer-component {
  margin: 0;
}
.blocktip-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 77px;
  margin-bottom: 20px;
}
.blocktip-wrap .fish {
  width: 21px;
}
.blocktip-wrap .title {
  font-size: 24px;
  margin: 0 8px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  border: 0;
  border-radius: 10px;
  width: 700px;
  padding-bottom: 66px;
}
.modal-wrap:focus {
  outline: none;
}
.modal-wrap .close-btn {
  position: absolute;
  top: 42px;
  right: 32px;
  color: #2c3755;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
}
.modal-wrap .modal-form {
  padding: 38px 70px 0 32px;
}
.modal-wrap .modal-form h4 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  padding-bottom: 40px;
  margin: 0;
}
.modal-wrap .modal-form p {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  padding-bottom: 50px;
  margin: 0;
}
.modal-wrap .modal-form label {
  margin: 0 0 34px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.modal-wrap .modal-form label.code .form-txt {
  width: 170px;
}
.modal-wrap .modal-form label.code .tip {
  width: auto;
}
.modal-wrap .modal-form label.code img {
  height: 50px;
  margin: 0 20px;
}
.modal-wrap .modal-form label .education {
  width: 100%;
  height: 40px;
  margin-left: 11px;
}
.modal-wrap .modal-form label .label {
  width: 80px;
  font-size: 14px;
  color: #999999;
  line-height: 38px;
}
.modal-wrap .modal-form label .label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.modal-wrap .modal-form label .form-txt {
  width: 520px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  line-height: 38px;
  padding: 0 18px;
  outline: none;
  height: 38px;
}
.modal-wrap .modal-form label .file .file-btn {
  position: relative;
  height: 40px;
}
.modal-wrap .modal-form label .file .file-btn input {
  position: absolute;
  top: 8px;
  left: 51px;
  opacity: 0;
}
.modal-wrap .modal-form label .file .file-btn span {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
}
.modal-wrap .modal-form label .file .file-btn .file-btn {
  width: 120px;
  background: #b5c2d0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
.modal-wrap .modal-form label .file .file-btn .file-tip {
  padding-left: 10px;
  color: #333333;
}
.modal-wrap .modal-form label .file p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding: 0;
}
.modal-wrap .submit-btn {
  display: block;
  border: 0;
  width: 240px;
  height: 50px;
  background: #00a2ff;
  border-radius: 10px;
  margin: 100px auto 0;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  outline: none;
}
.toast {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  transform: translate(-50%, -50%);
}
.intro-desc {
  width: 1190px;
  margin: 0 auto;
}
.intro-desc p {
  font-size: 14px;
  line-height: 36px;
}
@media screen and (max-width: 1400px) {
  .about-page .tab-contanier-1 .block-top {
    width: 1200px;
  }
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.solutiondetail-page .article-wrap .article-title {
  padding: 52px 0;
}
.solutiondetail-page .article-wrap .article-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.solutiondetail-page .article-wrap .article-title p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  padding-top: 18px;
}
.solutiondetail-page .article-wrap .article-content {
  padding-bottom: 50px;
}
.solutiondetail-page .article-wrap .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.solutiondetail-page .article-wrap .article-content img {
  display: inline-block;
}
.intro-desc {
  width: 1190px;
  margin: 0 auto;
}
.intro-desc p {
  font-size: 14px;
  line-height: 36px;
}
.example {
  margin-top: 50px;
  background: #f8f8f8;
  padding: 10px 0 136px;
}
.example .block-introduce {
  padding-top: 20px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 26px;
  color: #999999;
}
.example .swiper-container {
  padding-top: 94px;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.example .swiper-button-next,
.example .swiper-button-prev {
  font-size: 14px;
  height: 30px;
  margin-top: 15px;
}
.example .swiper-slide {
  position: relative;
  width: 334px;
  height: 334px;
}
.example .swiper-slide.more {
  background: #506480;
}
.example .swiper-slide.more .more-desc {
  font-size: 24px;
  line-height: 334px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
.example .swiper-slide .slide-img {
  width: 334px;
  height: 334px;
  object-fit: cover;
}
.example .swiper-slide .slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #000000;
  opacity: 0.5;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 40px);
  padding: 0 20px;
}

/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.blocktip-component .tips-wrap {
  padding: 78px 0 72px;
}
.blocktip-component .tips-wrap .title {
  font-size: 30px;
  color: #333;
}
.blocktip-component .tips-wrap .divide-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 14px;
}
.blocktip-component .tips-wrap .divide-wrap .line {
  width: 124px;
  height: 1px;
  background: #e5e5e5;
}
.blocktip-component .tips-wrap .divide-wrap .icon {
  width: 23px;
  margin: 0 18px;
}
.blocktip-component .tips-wrap .tip {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}

/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.case-page .custom-swiper-pagination {
  bottom: 0;
  width: 100%;
  height: 40px;
  left: 0;
  z-index: 10000;
  background-color: #000;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}
.case-page .swiper-container {
  padding-bottom: 100px;
}
.case-page .blocktip-component .tips-wrap {
  padding: 0 0 72px;
}

.aboutdetail-page .desc {
  width: 1200px;
  margin: 0 auto;
}
.aboutdetail-page .desc img {
  display: inline-block;
}
.aboutdetail-page .swiper {
  width: 1200px;
  margin: 0 auto;
}
.aboutdetail-page .swiper .swiper-container {
  margin: 0;
  float: left;
}
.aboutdetail-page .swiper .swiper-container:first-of-type {
  width: 1020px;
  height: 580px;
  margin-right: 18px;
}
.aboutdetail-page .swiper .swiper-container:first-of-type .swiper-slide {
  width: 1020px;
  height: 580px;
}
.aboutdetail-page .swiper .swiper-container:last-of-type {
  width: 160px;
  height: 580px;
  padding: 40px 0;
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-wrapper {
  transform: translate3d(0px, 0, 0px);
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-slide {
  width: 160px;
  height: 116px;
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-prev,
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-next {
  background: #08284e;
  width: 160px;
  height: 34px;
  top: inherit;
  bottom: inherit;
  right: inherit;
  left: inherit;
  margin-top: 0;
  color: #ffffff;
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-prev::after,
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-next::after {
  transform: rotate(90deg);
  font-size: 16px;
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-prev {
  top: 0;
}
.aboutdetail-page .swiper .swiper-container:last-of-type .swiper-button-next {
  bottom: 0;
}
.aboutdetail-page .swiper .swiper-container img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aboutdetail-page .article-content {
  padding-bottom: 50px;
}
.aboutdetail-page .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.aboutdetail-page .article-content img {
  display: inline-block;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}

/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
/*
 * @Descripttion : Animate.css Helpers  动画样式
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 09:10:25
 */
.sparkline-delay {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 35px;
  line-height: 24px;
}
.animated.animated-delay {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.animated.animated-short {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.animated.animated-shorter {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animated.animated-long {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.animated.animated-longer {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.btn-bg {
  background-color: #00a2ff;
}
.btn-bg:hover {
  background-color: #1169ab;
  -webkit-animation: bg1 1s ease infinite alternate;
  -ms-animation: bg1 1s ease infinite alternate;
  -moz-animation: bg1 1s ease infinite alternate;
  animation: bg1 1s ease infinite alternate;
}
@-webkit-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-ms-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
.index-btn-bg {
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.index-btn-bg:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.loading {
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-animation: spining 5s linear infinite;
  -moz-animation: spining 5s linear infinite;
  -o-animation: spining 5s linear infinite;
  -webkit-animation: spining 5s linear infinite;
}
@keyframes spining {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.index-page .top-banner {
  width: 100%;
}
.index-page .wrap {
  padding-top: 300px;
  position: relative;
}
.index-page .wrap .introduce-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.index-page .introduce-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: -107px;
  z-index: 100;
  align-items: center;
}
.index-page .introduce-wrap .introduce-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 360px;
  height: 420px;
  padding-top: 86px;
  background-color: #00a2ff;
  color: #fff;
  cursor: pointer;
}
.index-page .introduce-wrap .introduce-item .icon {
  width: 100px;
  height: 100px;
}
.index-page .introduce-wrap .introduce-item .name {
  margin-top: 60px;
  font-size: 24px;
}
.index-page .introduce-wrap .introduce-item .introduce {
  width: 298px;
  margin-top: 28px;
  font-size: 14px;
  text-align: center;
}
.index-page .introduce-wrap .introduce-item:hover {
  background-color: #1169ab;
  animation: bg 2s;
  -moz-animation: bg 21s;
  -webkit-animation: bg 2s;
  -o-animation: bg 2s;
}
@keyframes bg {
  from {
    background: #00a2ff;
  }
  to {
    background: #1169ab;
  }
}
.index-page .about-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.index-page .about-wrap .left {
  width: 600px;
  height: 438px;
  position: relative;
}
.index-page .about-wrap .left .banner {
  z-index: 1;
  top: 0;
  left: 0;
  width: 580px;
  height: 418px;
  object-fit: cover;
  position: absolute;
}
.index-page .about-wrap .left::before {
  content: ' ';
  width: 580px;
  height: 418px;
  position: absolute;
  border: 1px solid rgba(17, 105, 171, 0.4);
  bottom: 0;
  left: 20px;
}
.index-page .about-wrap .right {
  width: 600px;
  height: 438px;
  padding-left: 70px;
}
.index-page .about-wrap .right .header {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.index-page .about-wrap .right .content {
  width: 530;
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 38px;
}
.index-page .about-wrap .right .more {
  width: 190px;
  height: 44px;
  margin-top: 63px;
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.index-page .about-wrap .right .more:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.index-page .about-list-wrap {
  padding: 67px 0 38px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.index-page .about-list-wrap .about-item {
  padding: 20px 0 20px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.index-page .about-list-wrap .about-item:hover .name {
  color: #00a2ff;
}
.index-page .about-list-wrap .about-item .icon {
  width: 30px;
}
.index-page .about-list-wrap .about-item .name {
  margin-top: 13px;
  font-size: 16px;
  color: #999999;
}
.index-page .sz-product-wrap-box {
  background: #f7f7f7;
}
.index-page .sz-product-wrap-box .sz-product-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  padding-bottom: 41px;
}
.index-page .sz-product-wrap-box .sz-product-wrap .item {
  cursor: pointer;
  width: 360px;
  margin-bottom: 37px;
  margin-right: 60px;
  background-color: #fff;
}
.index-page .sz-product-wrap-box .sz-product-wrap .item:hover {
  box-shadow: 0 0 20px #ccc;
}
.index-page .sz-product-wrap-box .sz-product-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
.index-page .sz-product-wrap-box .sz-product-wrap .item .banner {
  width: 360px;
  height: 360px;
  object-fit: cover;
}
.index-page .sz-product-wrap-box .sz-product-wrap .item .name {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 30px 25px 40px 25px;
}
.about-banner-wrap {
  position: relative;
  width: 100%;
  height: 270px;
}
.about-banner-wrap .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.about-banner-wrap .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 270px;
}
.about-banner-wrap .content .title {
  font-size: 30px;
  color: #fff;
}
.about-banner-wrap .content .tip {
  max-width: 543px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 23px;
}
.about-banner-wrap .content .more {
  width: 190px;
  height: 44px;
  margin-top: 35px;
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.about-banner-wrap .content .more:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.product-list {
  background: #f7f7f7;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.clear::after {
  content: ' ';
  clear: both;
  overflow: hidden;
  display: block;
}
.about-page .tabs-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
}
.about-page .tabs-wrap .tab-item {
  margin-right: 26px;
  width: 150px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.about-page .tabs-wrap .tab-item:hover {
  background: #00a0e9;
  color: #fff;
}
.about-page .tabs-wrap .tab-item.active {
  background: #00a0e9;
  color: #fff;
}
.about-page .tab-contanier-1 .block-top {
  width: 1400px;
  margin: 0 auto;
}
.about-page .tab-contanier-1 .block-top h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding: 69px 0 63px;
  font-weight: 400;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .desc {
  font-size: 14px;
  line-height: 36px;
}
.about-page .tab-contanier-1 .block-top .consruction-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item {
  color: #fff;
  width: 33.33%;
  padding: 25px 14px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item:nth-child(3n + 3) {
  border-right: 0;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  width: 100%;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item .introduce {
  margin-top: 6px;
  width: 100%;
}
.about-page .tab-contanier-1 .block-top .consruction-list .consruction-item .introduce p {
  font-size: 12px;
  line-height: 26px;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .block-introduce {
  margin: 25px 0;
  padding: 0 110px;
}
.about-page .tab-contanier-1 .block-top .block-introduce p {
  line-height: 36px;
  text-align: left;
  font-size: 14px;
  color: #000;
  margin: 0;
}
.about-page .tab-contanier-1 .block-top .step-wrap {
  padding: 0 84px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 52px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item {
  width: 25%;
  margin-right: 33px;
  background: #ffffff;
  border: 1px solid rgba(233, 233, 233, 0.32);
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.07);
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap {
  padding: 20px 23px 24px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .top .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 19px;
  font-size: 16px;
  z-index: 10;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step1 .item-wrap .introduce {
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 53px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .icon-step {
  display: inline-block;
  margin-right: 20px;
  width: 27px;
  height: 27px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  height: 258px;
  background: #00a0e9;
  border-radius: 10px;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item .child-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 86px;
  padding: 0 24px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.about-page .tab-contanier-1 .block-top .step-wrap .step2-footer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 39px;
  color: #999999;
}
.about-page .tab-contanier-1 .consruction {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0 80px 0;
}
.about-page .tab-contanier-1 .consruction-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 360px;
}
.about-page .tab-contanier-1 .consruction-item .title {
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  font-family: Arial;
}
.about-page .tab-contanier-1 .consruction-item .introduce {
  margin-top: 27px;
  font-size: 14px;
  line-height: 26px;
}
.about-page .tab-contanier-1 .banner-display {
  position: relative;
  width: 100%;
}
.about-page .tab-contanier-1 .banner-display .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .tab-contanier-1 .banner-display .img-flow {
  width: 100%;
  margin: 47px;
}
.about-page .product-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  margin: 85px 0;
}
.about-page .product-wrap .item {
  width: 384px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
  position: relative;
}
.about-page .product-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
.about-page .product-wrap .item .banner {
  width: 600px;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .product-wrap .item .bottom-wrap {
  padding: 12px 12px 30px;
}
.about-page .product-wrap .item .bottom-wrap .name {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00a0e9;
  line-height: 25px;
}
.about-page .product-wrap .item .bottom-wrap .button {
  width: 100px;
  height: 36px;
  margin-top: 50px;
  background: #00a2ff;
  border-radius: 4px;
  color: #fff;
}
.about-page .job-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 60px;
}
.about-page .job-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  width: 590px;
  padding: 25px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  flex-direction: column;
}
.about-page .job-wrap .item:nth-child(odd) {
  margin-right: 20px;
}
.about-page .job-wrap .item p {
  color: #333333;
}
.about-page .job-wrap .item .job-title {
  margin-bottom: 26px;
}
.about-page .job-wrap .item .job-title .title p {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 0;
}
.about-page .job-wrap .item .job-title .title span {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 15px;
}
.about-page .job-wrap .item .button {
  width: 130px;
  height: 39px;
  background: #b5c2d0;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 16px;
}
.about-page .job-wrap .item .button:hover {
  background: #00a2ff;
}
.about-page .job-wrap .item .job-require {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.about-page .job-wrap .item .job-require p {
  margin: 0;
}
.about-page .welfare {
  margin-bottom: 50px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
  padding: 33px 26px;
}
.about-page .welfare p {
  color: #333333;
}
.about-page .welfare p.welfare-title {
  font-size: 20px;
  color: #000000;
}
.about-page .footer-component {
  margin: 0;
}
.blocktip-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 77px;
  margin-bottom: 20px;
}
.blocktip-wrap .fish {
  width: 21px;
}
.blocktip-wrap .title {
  font-size: 24px;
  margin: 0 8px;
}
.block-introduce {
  width: 700px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  border: 0;
  border-radius: 10px;
  width: 700px;
  padding-bottom: 66px;
}
.modal-wrap:focus {
  outline: none;
}
.modal-wrap .close-btn {
  position: absolute;
  top: 36px;
  right: 32px;
  color: #2c3755;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
}
.modal-wrap .modal-form {
  padding: 38px 70px 0 32px;
}
.modal-wrap .modal-form h4 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  padding-bottom: 40px;
  margin: 0;
}
.modal-wrap .modal-form p {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  padding-bottom: 50px;
  margin: 0;
}
.modal-wrap .modal-form label {
  margin: 0 0 34px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.modal-wrap .modal-form label.code .form-txt {
  width: 170px;
}
.modal-wrap .modal-form label.code .tip {
  width: auto;
}
.modal-wrap .modal-form label.code img {
  height: 50px;
  margin: 0 20px;
}
.modal-wrap .modal-form label .education {
  width: 100%;
  height: 40px;
  margin-left: 11px;
}
.modal-wrap .modal-form label .label {
  width: 80px;
  font-size: 14px;
  color: #999999;
  line-height: 38px;
}
.modal-wrap .modal-form label .label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.modal-wrap .modal-form label .form-txt {
  width: 520px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  line-height: 38px;
  padding: 0 18px;
  outline: none;
  height: 38px;
}
.modal-wrap .modal-form label .file .file-btn {
  position: relative;
  height: 40px;
}
.modal-wrap .modal-form label .file .file-btn input {
  position: absolute;
  top: 8px;
  left: 51px;
  opacity: 0;
}
.modal-wrap .modal-form label .file .file-btn span {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
}
.modal-wrap .modal-form label .file .file-btn .file-btn {
  width: 120px;
  background: #b5c2d0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
.modal-wrap .modal-form label .file .file-btn .file-tip {
  padding-left: 10px;
  color: #333333;
}
.modal-wrap .modal-form label .file p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding: 0;
}
.modal-wrap .submit-btn {
  display: block;
  border: 0;
  width: 240px;
  height: 50px;
  background: #00a2ff;
  border-radius: 10px;
  margin: 100px auto 0;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  outline: none;
}
.toast {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  transform: translate(-50%, -50%);
}
.intro-desc {
  width: 1190px;
  margin: 0 auto;
}
.intro-desc p {
  font-size: 14px;
  line-height: 36px;
}
@media screen and (max-width: 1400px) {
  .about-page .tab-contanier-1 .block-top {
    width: 1200px;
  }
}

/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.newsDetail-page .article-wrap .article-title {
  padding: 52px 0;
}
.newsDetail-page .article-wrap .article-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.newsDetail-page .article-wrap .article-title p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  padding-top: 18px;
}
.newsDetail-page .article-wrap .article-content {
  padding-bottom: 50px;
}
.newsDetail-page .article-wrap .article-content p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.newsDetail-page .article-wrap .article-content img {
  display: inline-block;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.news-page .tabs-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
}
.news-page .tabs-wrap .tab-item {
  margin-right: 26px;
  width: 150px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.news-page .tabs-wrap .tab-item:hover {
  background: #00a0e9;
  color: #fff;
}
.news-page .tabs-wrap .tab-item.active {
  background: #00a0e9;
  color: #fff;
}
.news-page .page-content {
  padding-bottom: 50px;
  position: relative;
}
.news-page .page-content .pagination {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-page .product-wrap {
  margin-top: 85px;
}
.news-page .product-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.news-page .product-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
.news-page .product-wrap .item:hover {
  box-shadow: 0 0 10px #ccc;
}
.news-page .product-wrap .item .banner {
  height: 270px;
  background-size: 460px 270px;
  position: relative;
  overflow: hidden;
}
.news-page .product-wrap .item .banner .iocn-transparent {
  display: block;
  height: 125px;
  width: 20px;
  background: #f7f7f7;
  position: absolute;
  right: 0;
}
.news-page .product-wrap .item .banner .iocn-transparent::after {
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0px;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #f7f7f7;
}
.news-page .product-wrap .item .banner .iocn-transparent.top {
  top: 0;
}
.news-page .product-wrap .item .banner .iocn-transparent.top::after {
  top: 125px;
  transform: rotate(180deg);
}
.news-page .product-wrap .item .banner .iocn-transparent.bottom {
  bottom: 0;
}
.news-page .product-wrap .item .banner .iocn-transparent.bottom::after {
  top: -30px;
  right: -10px;
  transform: rotate(-90deg);
}
.news-page .product-wrap .item .banner .banner-img {
  display: block;
  height: 100%;
  width: 500px;
  object-fit: cover;
  cursor: pointer;
}
.news-page .product-wrap .item .bottom-wrap {
  width: 700px;
  background: #f7f7f7;
  padding: 20px 30px 0 80px;
}
.news-page .product-wrap .item .bottom-wrap .name {
  margin-bottom: 17px;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}
.news-page .product-wrap .item .bottom-wrap .time {
  margin: 0;
  font-size: 14px;
  margin-bottom: 17px;
  display: block;
  color: #999999;
}
.news-page .product-wrap .item .bottom-wrap .abstract {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-page .product-wrap .item .bottom-wrap .button {
  width: 100px;
  height: 36px;
  margin-top: 20px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  color: #a0a0a0;
}
.news-page .product-wrap .item .bottom-wrap .button:hover {
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.desc {
  width: 1200px;
  margin: 0 auto;
}
.desc img {
  display: inline-block;
}
.blocktip-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 77px;
}
.blocktip-wrap .fish {
  width: 21px;
}
.blocktip-wrap .title {
  font-size: 28px;
  margin: 0 8px;
}
.example {
  margin-top: 50px;
  background: #f8f8f8;
  padding: 10px 0 136px;
}
.example .block-introduce {
  padding-top: 20px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 26px;
  color: #999999;
}
.example .swiper-container {
  padding-top: 94px;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.example .swiper-button-next,
.example .swiper-button-prev {
  font-size: 14px;
  height: 30px;
  margin-top: 15px;
}
.example .swiper-slide {
  position: relative;
  width: 334px;
  height: 334px;
}
.example .swiper-slide.more {
  background: #506480;
}
.example .swiper-slide.more .more-desc {
  font-size: 24px;
  line-height: 334px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
.example .swiper-slide .slide-img {
  width: 334px;
  height: 334px;
  object-fit: cover;
}
.example .swiper-slide .slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #000000;
  opacity: 0.5;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 40px);
  padding: 0 20px;
}
.block-top {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.block-top .introduce-title {
  color: #fff;
  margin-top: 77px;
  font-size: 28px;
  font-weight: 400;
}
.block-top .block-introduce {
  width: 700px;
  margin-top: 19px;
  line-height: 25px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.block-top .step-wrap .step1 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px;
}
.block-top .step-wrap .step1 .item {
  width: 354px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(233, 233, 233, 0.32);
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.07);
}
.block-top .step-wrap .step1 .item .top {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.block-top .step-wrap .step1 .item .top img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.block-top .step-wrap .step1 .item .top .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 19px;
  font-size: 16px;
  z-index: 10;
}
.block-top .step-wrap .step1 .item .introduce {
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.block-top .step-wrap .step2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 53px;
}
.block-top .step-wrap .step2 .item-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.block-top .step-wrap .step2 .item-wrap .icon-step {
  display: inline-block;
  margin-right: 20px;
  width: 27px;
  height: 27px;
  object-fit: cover;
}
.block-top .step-wrap .step2 .item-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  height: 258px;
  background: #00a0e9;
  border-radius: 10px;
}
.block-top .step-wrap .step2 .item-wrap .item .child-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 86px;
  padding: 0 24px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.block-top .step-wrap .step2-footer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 39px;
  color: #999999;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
/*
 * @Descripttion : Animate.css Helpers  动画样式
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 09:10:25
 */
.sparkline-delay {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 35px;
  line-height: 24px;
}
.animated.animated-delay {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.animated.animated-short {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.animated.animated-shorter {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animated.animated-long {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.animated.animated-longer {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.btn-bg {
  background-color: #00a2ff;
}
.btn-bg:hover {
  background-color: #1169ab;
  -webkit-animation: bg1 1s ease infinite alternate;
  -ms-animation: bg1 1s ease infinite alternate;
  -moz-animation: bg1 1s ease infinite alternate;
  animation: bg1 1s ease infinite alternate;
}
@-webkit-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-ms-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
.index-btn-bg {
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.index-btn-bg:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.solution-page .tabs-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
}
.solution-page .tabs-wrap .tab-item {
  margin-right: 26px;
  width: 150px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.solution-page .tabs-wrap .tab-item:hover {
  background: #00a0e9;
  color: #fff;
}
.solution-page .tabs-wrap .tab-item.active {
  background: #00a0e9;
  color: #fff;
}
.solution-page .tab-contanier-1 .block-top {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.solution-page .tab-contanier-1 .block-top .introduce-title {
  color: #fff;
  margin-top: 77px;
  font-size: 28px;
  font-weight: 400;
}
.solution-page .tab-contanier-1 .block-top .block-introduce {
  width: 700px;
  margin-top: 19px;
  line-height: 25px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 .item {
  width: 354px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(233, 233, 233, 0.32);
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.07);
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 .item .top {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 .item .top img {
  position: absolute;
  top: 0;
  z-index: 0;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 .item .top .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 19px;
  font-size: 16px;
  z-index: 10;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step1 .item .introduce {
  margin-top: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 53px;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .icon-step {
  display: inline-block;
  margin-right: 20px;
  width: 27px;
  height: 27px;
  object-fit: cover;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  height: 258px;
  background: #00a0e9;
  border-radius: 10px;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2 .item-wrap .item .child-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 86px;
  padding: 0 24px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.solution-page .tab-contanier-1 .block-top .step-wrap .step2-footer {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 39px;
  color: #999999;
}
.solution-page .tab-contanier-1 .consruction {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 90px;
}
.solution-page .tab-contanier-1 .consruction-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 360px;
  cursor: pointer;
}
.solution-page .tab-contanier-1 .consruction-item .item-icon {
  display: inline-block;
  width: 208px;
  height: 216px;
}
.solution-page .tab-contanier-1 .consruction-item:first-of-type .item-icon {
  background: url(/_next/static/images/pattern1-438c9b158cd71bf1f2ce792a22e68c83.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item:nth-of-type(2) .item-icon {
  background: url(/_next/static/images/pattern2-4d8dc4baf3caf99109c055e2b6420d88.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item:last-of-type .item-icon {
  background: url(/_next/static/images/pattern3-e8fbde6ca9e756f850123b4784df9132.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item:hover:first-of-type .item-icon {
  background: url(/_next/static/images/pattern1-hover-9f70d6d3bfc5d8fde599c426b6e607d9.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item:hover:nth-of-type(2) .item-icon {
  background: url(/_next/static/images/pattern2-hover-4650307c3b66f457b523580e53c2e18c.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item:hover:last-of-type .item-icon {
  background: url(/_next/static/images/pattern3-hover-638fb5a0a8f2fa3faafa3b116c43cc67.png) center no-repeat;
  background-size: 208px 216px;
}
.solution-page .tab-contanier-1 .consruction-item .title {
  margin-top: 30px;
  font-size: 24px;
  color: #0d2c84;
}
.solution-page .tab-contanier-1 .consruction-item .introduce {
  margin-top: 12px;
  font-size: 14px;
  width: 360px;
  line-height: 26px;
}
.solution-page .tab-contanier-1 .banner-display {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 77px;
}
.solution-page .tab-contanier-1 .banner-display .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution-page .tab-contanier-1 .banner-display .img-flow {
  object-fit: cover;
  margin: 47px;
}
.solution-page .product-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  margin-top: 85px;
}
.solution-page .product-wrap .item {
  width: 386px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
}
.solution-page .product-wrap .item:hover {
  box-shadow: 0 0 10px #ccc;
}
.solution-page .product-wrap .item:nth-child(3n + 3) {
  margin-right: 0;
}
.solution-page .product-wrap .item .item-img {
  width: 386px;
  height: 236px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.solution-page .product-wrap .item .bottom-wrap {
  background: #f7f7f7;
  padding: 12px 12px 30px;
}
.solution-page .product-wrap .item .bottom-wrap .name {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #00a0e9;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
.solution-page .product-wrap .item .bottom-wrap .abstract {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999999;
  height: 62px;
}
.solution-page .product-wrap .item .bottom-wrap .button {
  width: 100px;
  height: 36px;
  margin-top: 50px;
  border-radius: 4px;
  color: #fff;
  background-color: #00a2ff;
}
.solution-page .product-wrap .item .bottom-wrap .button:hover {
  background-color: #1169ab;
  -webkit-animation: bg1 1s ease infinite alternate;
  -ms-animation: bg1 1s ease infinite alternate;
  -moz-animation: bg1 1s ease infinite alternate;
  animation: bg1 1s ease infinite alternate;
}
@-webkit-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-ms-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
.solution-page .plan-wrap {
  padding-top: 50px;
}
.solution-page .plan-wrap .plan-contact {
  padding: 20px 0 36px;
  width: 1200px;
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 9px 1px;
  margin-top: 40px;
}
.solution-page .plan-wrap .plan-contact h4 {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  margin: 0;
  line-height: 50px;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  width: 470px;
  margin: 0 auto;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main .plan-contact-item:last-of-type {
  padding-left: 50px;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main .plan-contact-item img {
  display: block;
  margin: 0 auto;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main .plan-contact-item .title {
  text-align: center;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main .plan-contact-item p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
}
.solution-page .plan-wrap .plan-contact .plan-contact-main .plan-contact-item p.desc {
  text-align: left;
}
.blocktip-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 77px;
}
.blocktip-wrap .fish {
  width: 21px;
}
.blocktip-wrap .title {
  font-size: 28px;
  margin: 0 8px;
}
.example {
  margin-top: 50px;
  background: #f8f8f8;
  padding: 10px 0 136px;
}
.example .block-introduce {
  padding-top: 20px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 26px;
  color: #999999;
}
.example .swiper-container {
  padding-top: 94px;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.example .swiper-button-next,
.example .swiper-button-prev {
  font-size: 14px;
  height: 30px;
  margin-top: 15px;
}
.example .swiper-slide {
  position: relative;
  width: 334px;
  height: 334px;
}
.example .swiper-slide.more {
  background: #506480;
}
.example .swiper-slide.more .more-desc {
  font-size: 24px;
  line-height: 334px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
}
.example .swiper-slide .slide-img {
  width: 334px;
  height: 334px;
  object-fit: cover;
}
.example .swiper-slide .slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #000000;
  opacity: 0.5;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 40px);
  padding: 0 20px;
}

